home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / quicktime / importers and exporters / inside mac icm code / readme < prev   
Encoding:
Text File  |  2000-09-28  |  2.1 KB  |  71 lines

  1. README: NIM - QuickTime Image Compression Manager Code
  2.  
  3. VERSION (Date)
  4. 12-04-94
  5.  
  6. GENERAL
  7. This source code is from the Image Compression Manager chapter of the NIM
  8. QuickTime book.
  9.  
  10.  
  11. ENVIRONMENT USED
  12. Codewarrior Pro 2.1
  13. Metrowerks 4.5
  14. Think 7.0.3
  15. QT 2.0
  16. Universal Headers (ETO#16)
  17. System 7.5
  18.  
  19.  
  20. HOW TO BUILD
  21. Select either the Think or the Metrowerks project file if
  22. you want to rebuild the samples.
  23.  
  24.  
  25. HOW TO TEST
  26. Run the application, specify a file (or use the default name) for
  27. creating a temporary file, open this same file and you should now get a
  28. window where you get a running number of frames. Note that you can't save
  29. the SequenceFile on a read-only media (CD-ROM drive) so select a folder
  30. on a hard disk.
  31.  
  32.  
  33. ERROR REPORTS
  34. If you encounter problems with this sample, send a report stating:
  35.  
  36.  
  37. * Name of the sample (and the source code file)
  38. * How the error is reproduced
  39. * What source code lines in the sample are problematic
  40. * What version of the sample you have, or from what source did you obtain the sample
  41. * Your environment, specifying:
  42.     - System environment (System 7.0, 7.1, 7.5 and so on)
  43.     - QuickTime environment (QT 1.6.1, 2.0 and so on)
  44.     - Any additional extensions in your system
  45.     - Hardware environment
  46.     - Development environment (including version level)
  47. * Any other valuable feedback and comments
  48.     
  49. Send this report to APPLE.BUGS on AppleLink, or APPLE.BUGS@applelink.apple.com 
  50. on Internet. If possible use the bug reporter stack that is available on
  51. the  Developer CDs, AppleLink and ftp.apple.com.
  52.  
  53.  
  54. LEGAL STATEMENTS
  55. Copyright © 1992-94 Apple Computer, Inc.
  56. All rights reserved.
  57.  
  58. You may incorporate this sample code into your applications without
  59. restriction, though the sample code has been provided "AS IS" and the
  60. responsibility for its operation is 100% yours.  However, what you are
  61. not permitted to do is to redistribute the source as "DSC Sample Code"
  62. after having made changes. If you're going to re-distribute the source,
  63. we require that you make it clear in the source that the code was
  64. descended from Apple Sample Code, but that you've made changes.
  65.  
  66.  
  67.  
  68. CHANGE HISTORY
  69. 12/04/94    khs        Tested with MW 4.5, Think C 7.0.3 and ETO#16 Universal headers.
  70.  
  71.